.custom-hover-submenu {
  position: relative !important;
}

.custom-hover-submenu>a {
  position: relative !important;
  z-index: 2 !important;
}

.custom-sub-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
  border-radius: 6px !important;
  min-width: 220px !important;
  padding: 10px 0 !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;
}

/* Show on hover */
.custom-hover-submenu:hover .custom-sub-menu {
  display: block !important;
}

/* Menu items in custom submenu */
.custom-sub-menu li a {
  display: block !important;
  padding: 10px 20px !important;
  color: #222 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.3s ease !important;
}

/* Hover effect for submenu items */
.custom-sub-menu li a:hover {
  background-color: #f2f2f2 !important;
  color: #d12f2f !important;
  padding-left: 25px !important;
}

/* Spacing between submenu items */
.custom-sub-menu li+li {
  margin-top: 4px !important;
}

.logonew {
  text-align: center;
  background-color: #D3D3D3;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 50px;
  border: solid #757575;
}

/* Responsive for mobile */
@media screen and (max-width: 768px) {
  .logonew {
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
    border-radius: 20px;
  }
}


.social-strategy-box {
  background: #f7f9fc;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  padding: 30px;
  margin: 20px auto;
  max-width: 900px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.social-strategy-box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.social-strategy-box li {
  margin-bottom: 15px;
  list-style-type: disc;
}

.social-strategy-box a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 600;
}

.social-strategy-box a:hover {
  text-decoration: underline;
}


.brandingaboutimg {
  margin-right: 50px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
 border-radius: 20px;
}
.brandingaboutimg img{
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .social-strategy-box {
    padding: 20px;
    border-radius: 12px;
    margin: 10px;
    font-size: 16px;
  }

  .social-strategy-box li {
    margin-bottom: 10px;
  }

  .brandingaboutimg {
    margin-right: 0px;

  }
}

/* Custom Box Shadow */
.shadow-elevated {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.shadow-elevated p {
  color: black;
}

.shadow-elevated:hover {
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.4);
  transform: translateY(-5px);
}

/* Dark Blue Background */
.bg-dark-blue {

  color: #ffffff;
}

/* Section Header Styling */
.section-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.5rem;


}

.section-header2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;

  margin-left: -180px;

}

/* Card Styling */
.card-custom {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-15px);
}

/* Icon Styling */
.icon-style {
  font-size: 2rem;
  color: #0a1f44;
  margin-bottom: 1rem;
}

.newboxbrand {
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .newboxbrand {
    padding-left: 0px;
  }

  .section-header2 h2 {
    margin-left: 0;
  }
  .contactusimg{
    background-image: url('../../image/services/commoncontactmobile.png');
    
  }
}
 .contactusimg{
    background-image: url('../../image/services/commoncontact.jpg');
    
  }
.client-logo-section {
  padding: 60px 20px;
  background: #f8f9fc;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #003366;
}

.logo-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.logo-box {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-width: 100%;
  max-height: auto;
  object-fit: contain;
}

.logo-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.newbackhome{
  background-image: url('../../image/new/backstats.png'); 
   background-position: center top; /* or center center */
  background-attachment: fixed; 
}

@media screen and (max-width: 768px) {
   .newbackhome {
    background-image: url('../../image/new/backstats.png'); 
    background-size: cover; /* or 'cover' if you want full coverage */
    background-repeat: no-repeat;
    background-position: center top; /* or center center */
    background-attachment: scroll; /* fixed often behaves inconsistently on mobile */
  }
}